home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / memsz313.zip / SOURCE.ZIP / DANSK.ZIP / DANSK next >
Text File  |  1996-02-10  |  502b  |  20 lines

  1. # Build Danish language elements of MEMSIZE.
  2. # This module is intended to be included into a more complete Make file.
  3.  
  4. Dansk: $*.dll $*.hlp $*.inf
  5.  
  6. Dansk.inf: $*.hlp
  7.   If Exist $*.inf Erase $*.inf
  8.   HLP2INF $*.hlp
  9.  
  10. Dansk.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
  11.   ipfcomp /COU=45 /COD=850 /LAN=DAN $*.ipf
  12.  
  13. Dansk.dll: $*.def $*.res dll.obj
  14.   link386 /nologo dll, $*.dll /align:16, nul,, $* ;
  15.   rc $*.res $*.dll
  16.  
  17. Dansk.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
  18.   rc -cc 45 -cp 850 -r $*
  19.  
  20.